Html Css Color HEX #6509B8 Purple Heart

📋 copy color: '#6509B8'

red 101 ◦ green 9 ◦ blue 184

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

Shades of Purple Heart #6509B8

Tints of Purple Heart #6509B8

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.06%

 BLUE value IS 184 (72.27% from 255) = 62.59%

R = 34.35%
G = 3.06%
B = 62.59%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6509B8 (or 0x6509B8) is known color: Purple Heart. HEX triplet: 65, 09 and B8. RGB value is (101,9,184). Sum of RGB (Red+Green+Blue) = 101+9+184=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 184 (72.27% from 255 or 62.59% from 294); Max value from RGB is 184 - color contains mainly: blue. Hex color #6509B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6509B8 is #9AF647. Grayscale: #373737. Windows color (decimal): -10155592 or 12061029. OLE color: 12061029.

HSL color Cylindrical-coordinate representation of color #6509B8: hue angle of 271.54º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6509B8 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 101 9 184 -
CMYK 0.45 0.95 0 0.28
HSL 271.54º 0.91% 0.38% -
HSV(B) 271.54º 0.95% 0.72% -
XYZ 14.12 6.42 45.84 -
YUV 56.46 199.98 159.77 -
System Red Green Blue C M Y K H S L
Decimal 101 9 184 0.45 0.95 0 0.28 271.54 0.91 0.38
Hex 65 9 B8 2D 5F 0 1C 110 5B 26
Octal 145 11 270 55 137 0 34 420 133 46
Binary 1100101 1001 10111000 101101 1011111 0 11100 100010000 1011011 100110

Color Harmonies of #6509B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6509B8

Black with #6509B8

Text Example


Text Example

White with #6509B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6509B8; }

 p { color: rgb(101,9,184); }

 H1.HeaderClassName
 {
   color: #6509B8;
 }
 .AnyTagClassName
 {
   color: #6509B8;
 }
</style>

background-color css

<style>
 a { background-color: #6509B8; }

 a { background-color: rgb(101,9,184); }

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

border-color css

<style>
 span { border-color: #6509B8; }

 span { border-color: rgb(101,9,184); }

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