Html Css Color HEX #65258B Kingfisher Daisy

📋 copy color: '#65258B'

red 101 ◦ green 37 ◦ blue 139

#65258B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #65258B

Tints of Kingfisher Daisy #65258B

RGB

 RED value IS 101 (39.84% from 255) = 36.46%

 GREEN value IS 37 (14.84% from 255) = 13.36%

 BLUE value IS 139 (54.69% from 255) = 50.18%

R = 36.46%
G = 13.36%
B = 50.18%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#65258B (or 0x65258B) is known color: Kingfisher Daisy. HEX triplet: 65, 25 and 8B. RGB value is (101,37,139). Sum of RGB (Red+Green+Blue) = 101+37+139=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #65258B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65258B is #9ADA74. Grayscale: #434343. Windows color (decimal): -10148469 or 9119077. OLE color: 9119077.

HSL color Cylindrical-coordinate representation of color #65258B: hue angle of 277.65º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65258B is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 37 139 -
CMYK 0.27 0.73 0 0.45
HSL 277.65º 0.58% 0.35% -
HSV(B) 277.65º 0.73% 0.55% -
XYZ 10.69 5.95 25.01 -
YUV 67.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 101 37 139 0.27 0.73 0 0.45 277.65 0.58 0.35
Hex 65 25 8B 1B 49 0 2D 116 3A 23
Octal 145 45 213 33 111 0 55 426 72 43
Binary 1100101 100101 10001011 11011 1001001 0 101101 100010110 111010 100011

Color Harmonies of #65258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65258B

Black with #65258B

Text Example


Text Example

White with #65258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65258B; }

 p { color: rgb(101,37,139); }

 H1.HeaderClassName
 {
   color: #65258B;
 }
 .AnyTagClassName
 {
   color: #65258B;
 }
</style>

background-color css

<style>
 a { background-color: #65258B; }

 a { background-color: rgb(101,37,139); }

 div.DivClassName
 {
   background-color: #65258B;
 }
 .BgClassName
 {
   background-color: #65258B;
 }
</style>

border-color css

<style>
 span { border-color: #65258B; }

 span { border-color: rgb(101,37,139); }

 td.TdClassName
 {
   border-color: #65258B;
 }
 .TagClassName
 {
   border-color: #65258B;
 }
</style>