Html Css Color HEX #651F84 Kingfisher Daisy

📋 copy color: '#651F84'

red 101 ◦ green 31 ◦ blue 132

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

Shades of Kingfisher Daisy #651F84

Tints of Kingfisher Daisy #651F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 50%

R = 38.26%
G = 11.74%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#651F84 (or 0x651F84) is known color: Kingfisher Daisy. HEX triplet: 65, 1F and 84. RGB value is (101,31,132). Sum of RGB (Red+Green+Blue) = 101+31+132=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #651F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651F84 is #9AE07B. Grayscale: #3F3F3F. Windows color (decimal): -10150012 or 8658789. OLE color: 8658789.

HSL color Cylindrical-coordinate representation of color #651F84: hue angle of 281.58º 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 #651F84 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 31 132 -
CMYK 0.23 0.77 0 0.48
HSL 281.58º 0.62% 0.32% -
HSV(B) 281.58º 0.77% 0.52% -
XYZ 10.02 5.41 22.35 -
YUV 63.44 166.69 154.79 -
System Red Green Blue C M Y K H S L
Decimal 101 31 132 0.23 0.77 0 0.48 281.58 0.62 0.32
Hex 65 1F 84 17 4D 0 30 11A 3E 20
Octal 145 37 204 27 115 0 60 432 76 40
Binary 1100101 11111 10000100 10111 1001101 0 110000 100011010 111110 100000

Color Harmonies of #651F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651F84

Black with #651F84

Text Example


Text Example

White with #651F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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