Html Css Color HEX #652082 Kingfisher Daisy

📋 copy color: '#652082'

red 101 ◦ green 32 ◦ blue 130

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

Shades of Kingfisher Daisy #652082

Tints of Kingfisher Daisy #652082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

 BLUE value IS 130 (51.17% from 255) = 49.43%

R = 38.4%
G = 12.17%
B = 49.43%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#652082 (or 0x652082) is known color: Kingfisher Daisy. HEX triplet: 65, 20 and 82. RGB value is (101,32,130). Sum of RGB (Red+Green+Blue) = 101+32+130=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #652082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652082 is #9ADF7D. Grayscale: #3F3F3F. Windows color (decimal): -10149758 or 8527973. OLE color: 8527973.

HSL color Cylindrical-coordinate representation of color #652082: hue angle of 282.24º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #652082 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 32 130 -
CMYK 0.22 0.75 0 0.49
HSL 282.24º 0.6% 0.32% -
HSV(B) 282.24º 0.75% 0.51% -
XYZ 9.91 5.41 21.64 -
YUV 63.8 165.36 154.53 -
System Red Green Blue C M Y K H S L
Decimal 101 32 130 0.22 0.75 0 0.49 282.24 0.6 0.32
Hex 65 20 82 16 4B 0 31 11A 3C 20
Octal 145 40 202 26 113 0 61 432 74 40
Binary 1100101 100000 10000010 10110 1001011 0 110001 100011010 111100 100000

Color Harmonies of #652082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652082

Black with #652082

Text Example


Text Example

White with #652082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652082; }

 p { color: rgb(101,32,130); }

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

background-color css

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

 a { background-color: rgb(101,32,130); }

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

border-color css

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

 span { border-color: rgb(101,32,130); }

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