Html Css Color HEX #651F85 Kingfisher Daisy

📋 copy color: '#651F85'

red 101 ◦ green 31 ◦ blue 133

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

Shades of Kingfisher Daisy #651F85

Tints of Kingfisher Daisy #651F85

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.7%

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

R = 38.11%
G = 11.7%
B = 50.19%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#651F85 (or 0x651F85) is known color: Kingfisher Daisy. HEX triplet: 65, 1F and 85. RGB value is (101,31,133). Sum of RGB (Red+Green+Blue) = 101+31+133=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #651F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651F85 is #9AE07A. Grayscale: #3F3F3F. Windows color (decimal): -10150011 or 8724325. OLE color: 8724325.

HSL color Cylindrical-coordinate representation of color #651F85: hue angle of 281.18º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #651F85 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 31 133 -
CMYK 0.24 0.77 0 0.48
HSL 281.18º 0.62% 0.32% -
HSV(B) 281.18º 0.77% 0.52% -
XYZ 10.09 5.44 22.71 -
YUV 63.56 167.19 154.71 -
System Red Green Blue C M Y K H S L
Decimal 101 31 133 0.24 0.77 0 0.48 281.18 0.62 0.32
Hex 65 1F 85 18 4D 0 30 119 3E 20
Octal 145 37 205 30 115 0 60 431 76 40
Binary 1100101 11111 10000101 11000 1001101 0 110000 100011001 111110 100000

Color Harmonies of #651F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651F85

Black with #651F85

Text Example


Text Example

White with #651F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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