Html Css Color HEX #641A8B Kingfisher Daisy

📋 copy color: '#641A8B'

red 100 ◦ green 26 ◦ blue 139

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

Shades of Kingfisher Daisy #641A8B

Tints of Kingfisher Daisy #641A8B

RGB

 RED value IS 100 (39.45% from 255) = 37.74%

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

 BLUE value IS 139 (54.69% from 255) = 52.45%

R = 37.74%
G = 9.81%
B = 52.45%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#641A8B (or 0x641A8B) is known color: Kingfisher Daisy. HEX triplet: 64, 1A and 8B. RGB value is (100,26,139). Sum of RGB (Red+Green+Blue) = 100+26+139=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #641A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641A8B is #9BE574. Grayscale: #3C3C3C. Windows color (decimal): -10216821 or 9116260. OLE color: 9116260.

HSL color Cylindrical-coordinate representation of color #641A8B: hue angle of 279.29º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #641A8B is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 26 139 -
CMYK 0.28 0.81 0 0.45
HSL 279.29º 0.68% 0.32% -
HSV(B) 279.29º 0.81% 0.55% -
XYZ 10.29 5.31 24.91 -
YUV 61.01 172.02 155.81 -
System Red Green Blue C M Y K H S L
Decimal 100 26 139 0.28 0.81 0 0.45 279.29 0.68 0.32
Hex 64 1A 8B 1C 51 0 2D 117 44 20
Octal 144 32 213 34 121 0 55 427 104 40
Binary 1100100 11010 10001011 11100 1010001 0 101101 100010111 1000100 100000

Color Harmonies of #641A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641A8B

Black with #641A8B

Text Example


Text Example

White with #641A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641A8B; }

 p { color: rgb(100,26,139); }

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

background-color css

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

 a { background-color: rgb(100,26,139); }

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

border-color css

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

 span { border-color: rgb(100,26,139); }

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