Html Css Color HEX #65258C Kingfisher Daisy

📋 copy color: '#65258C'

red 101 ◦ green 37 ◦ blue 140

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

Shades of Kingfisher Daisy #65258C

Tints of Kingfisher Daisy #65258C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

 BLUE value IS 140 (55.08% from 255) = 50.36%

R = 36.33%
G = 13.31%
B = 50.36%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65258C (or 0x65258C) is known color: Kingfisher Daisy. HEX triplet: 65, 25 and 8C. RGB value is (101,37,140). Sum of RGB (Red+Green+Blue) = 101+37+140=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #65258C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65258C is #9ADA73. Grayscale: #434343. Windows color (decimal): -10148468 or 9184613. OLE color: 9184613.

HSL color Cylindrical-coordinate representation of color #65258C: hue angle of 277.28º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65258C is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 37 140 -
CMYK 0.28 0.74 0 0.45
HSL 277.28º 0.58% 0.35% -
HSV(B) 277.28º 0.74% 0.55% -
XYZ 10.76 5.98 25.4 -
YUV 67.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 101 37 140 0.28 0.74 0 0.45 277.28 0.58 0.35
Hex 65 25 8C 1C 4A 0 2D 115 3A 23
Octal 145 45 214 34 112 0 55 425 72 43
Binary 1100101 100101 10001100 11100 1001010 0 101101 100010101 111010 100011

Color Harmonies of #65258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65258C

Black with #65258C

Text Example


Text Example

White with #65258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65258C; }

 p { color: rgb(101,37,140); }

 H1.HeaderClassName
 {
   color: #65258C;
 }
 .AnyTagClassName
 {
   color: #65258C;
 }
</style>

background-color css

<style>
 a { background-color: #65258C; }

 a { background-color: rgb(101,37,140); }

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

border-color css

<style>
 span { border-color: #65258C; }

 span { border-color: rgb(101,37,140); }

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