Html Css Color HEX #651A8A Kingfisher Daisy

📋 copy color: '#651A8A'

red 101 ◦ green 26 ◦ blue 138

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

Shades of Kingfisher Daisy #651A8A

Tints of Kingfisher Daisy #651A8A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.81%

 BLUE value IS 138 (54.3% from 255) = 52.08%

R = 38.11%
G = 9.81%
B = 52.08%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#651A8A (or 0x651A8A) is known color: Kingfisher Daisy. HEX triplet: 65, 1A and 8A. RGB value is (101,26,138). Sum of RGB (Red+Green+Blue) = 101+26+138=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #651A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651A8A is #9AE575. Grayscale: #3C3C3C. Windows color (decimal): -10151286 or 9050725. OLE color: 9050725.

HSL color Cylindrical-coordinate representation of color #651A8A: hue angle of 280.18º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #651A8A is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 26 138 -
CMYK 0.27 0.81 0 0.46
HSL 280.18º 0.68% 0.32% -
HSV(B) 280.18º 0.81% 0.54% -
XYZ 10.32 5.34 24.53 -
YUV 61.19 171.35 156.39 -
System Red Green Blue C M Y K H S L
Decimal 101 26 138 0.27 0.81 0 0.46 280.18 0.68 0.32
Hex 65 1A 8A 1B 51 0 2E 118 44 20
Octal 145 32 212 33 121 0 56 430 104 40
Binary 1100101 11010 10001010 11011 1010001 0 101110 100011000 1000100 100000

Color Harmonies of #651A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651A8A

Black with #651A8A

Text Example


Text Example

White with #651A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,26,138); }

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

background-color css

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

 a { background-color: rgb(101,26,138); }

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

border-color css

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

 span { border-color: rgb(101,26,138); }

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