Html Css Color HEX #652A85 Kingfisher Daisy

📋 copy color: '#652A85'

red 101 ◦ green 42 ◦ blue 133

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

Shades of Kingfisher Daisy #652A85

Tints of Kingfisher Daisy #652A85

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.22%

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

R = 36.59%
G = 15.22%
B = 48.19%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#652A85 (or 0x652A85) is known color: Kingfisher Daisy. HEX triplet: 65, 2A and 85. RGB value is (101,42,133). Sum of RGB (Red+Green+Blue) = 101+42+133=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #652A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652A85 is #9AD57A. Grayscale: #454545. Windows color (decimal): -10147195 or 8727141. OLE color: 8727141.

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

Color convert

RGB 101 42 133 -
CMYK 0.24 0.68 0 0.48
HSL 278.9º 0.52% 0.34% -
HSV(B) 278.9º 0.68% 0.52% -
XYZ 10.43 6.12 22.82 -
YUV 70.02 163.55 150.1 -
System Red Green Blue C M Y K H S L
Decimal 101 42 133 0.24 0.68 0 0.48 278.9 0.52 0.34
Hex 65 2A 85 18 44 0 30 117 34 22
Octal 145 52 205 30 104 0 60 427 64 42
Binary 1100101 101010 10000101 11000 1000100 0 110000 100010111 110100 100010

Color Harmonies of #652A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652A85

Black with #652A85

Text Example


Text Example

White with #652A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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