Html Css Color HEX #652185 Kingfisher Daisy

📋 copy color: '#652185'

red 101 ◦ green 33 ◦ blue 133

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

Shades of Kingfisher Daisy #652185

Tints of Kingfisher Daisy #652185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.36%

 BLUE value IS 133 (52.34% from 255) = 49.81%

R = 37.83%
G = 12.36%
B = 49.81%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#652185 (or 0x652185) is known color: Kingfisher Daisy. HEX triplet: 65, 21 and 85. RGB value is (101,33,133). Sum of RGB (Red+Green+Blue) = 101+33+133=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #652185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652185 is #9ADE7A. Grayscale: #404040. Windows color (decimal): -10149499 or 8724837. OLE color: 8724837.

HSL color Cylindrical-coordinate representation of color #652185: hue angle of 280.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #652185 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 33 133 -
CMYK 0.24 0.75 0 0.48
HSL 280.8º 0.6% 0.33% -
HSV(B) 280.8º 0.75% 0.52% -
XYZ 10.14 5.55 22.73 -
YUV 64.73 166.53 153.87 -
System Red Green Blue C M Y K H S L
Decimal 101 33 133 0.24 0.75 0 0.48 280.8 0.6 0.33
Hex 65 21 85 18 4B 0 30 119 3C 21
Octal 145 41 205 30 113 0 60 431 74 41
Binary 1100101 100001 10000101 11000 1001011 0 110000 100011001 111100 100001

Color Harmonies of #652185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652185

Black with #652185

Text Example


Text Example

White with #652185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652185; }

 p { color: rgb(101,33,133); }

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

background-color css

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

 a { background-color: rgb(101,33,133); }

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

border-color css

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

 span { border-color: rgb(101,33,133); }

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