Html Css Color HEX #6509BD Purple Heart

📋 copy color: '#6509BD'

red 101 ◦ green 9 ◦ blue 189

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

Shades of Purple Heart #6509BD

Tints of Purple Heart #6509BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.21%

R = 33.78%
G = 3.01%
B = 63.21%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6509BD (or 0x6509BD) is known color: Purple Heart. HEX triplet: 65, 09 and BD. RGB value is (101,9,189). Sum of RGB (Red+Green+Blue) = 101+9+189=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #6509BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6509BD is #9AF642. Grayscale: #383838. Windows color (decimal): -10155587 or 12388709. OLE color: 12388709.

HSL color Cylindrical-coordinate representation of color #6509BD: hue angle of 270.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6509BD is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 9 189 -
CMYK 0.47 0.95 0 0.26
HSL 270.67º 0.91% 0.39% -
HSV(B) 270.67º 0.95% 0.74% -
XYZ 14.65 6.64 48.65 -
YUV 57.03 202.48 159.36 -
System Red Green Blue C M Y K H S L
Decimal 101 9 189 0.47 0.95 0 0.26 270.67 0.91 0.39
Hex 65 9 BD 2F 5F 0 1A 10F 5B 27
Octal 145 11 275 57 137 0 32 417 133 47
Binary 1100101 1001 10111101 101111 1011111 0 11010 100001111 1011011 100111

Color Harmonies of #6509BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6509BD

Black with #6509BD

Text Example


Text Example

White with #6509BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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