Html Css Color HEX #65258F Kingfisher Daisy

📋 copy color: '#65258F'

red 101 ◦ green 37 ◦ blue 143

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

Shades of Kingfisher Daisy #65258F

Tints of Kingfisher Daisy #65258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 50.89%

R = 35.94%
G = 13.17%
B = 50.89%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#65258F (or 0x65258F) is known color: Kingfisher Daisy. HEX triplet: 65, 25 and 8F. RGB value is (101,37,143). Sum of RGB (Red+Green+Blue) = 101+37+143=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 143 (56.25% from 255 or 50.89% from 281); Max value from RGB is 143 - color contains mainly: blue. Hex color #65258F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65258F is #9ADA70. Grayscale: #434343. Windows color (decimal): -10148465 or 9381221. OLE color: 9381221.

HSL color Cylindrical-coordinate representation of color #65258F: hue angle of 276.23º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65258F is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 37 143 -
CMYK 0.29 0.74 0 0.44
HSL 276.23º 0.59% 0.35% -
HSV(B) 276.23º 0.74% 0.56% -
XYZ 10.99 6.07 26.58 -
YUV 68.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 101 37 143 0.29 0.74 0 0.44 276.23 0.59 0.35
Hex 65 25 8F 1D 4A 0 2C 114 3B 23
Octal 145 45 217 35 112 0 54 424 73 43
Binary 1100101 100101 10001111 11101 1001010 0 101100 100010100 111011 100011

Color Harmonies of #65258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65258F

Black with #65258F

Text Example


Text Example

White with #65258F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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