Html Css Color HEX #6309CB Purple Heart

📋 copy color: '#6309CB'

red 99 ◦ green 9 ◦ blue 203

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

Shades of Purple Heart #6309CB

Tints of Purple Heart #6309CB

RGB

 RED value IS 99 (39.06% from 255) = 31.83%

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

 BLUE value IS 203 (79.69% from 255) = 65.27%

R = 31.83%
G = 2.89%
B = 65.27%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6309CB (or 0x6309CB) is known color: Purple Heart. HEX triplet: 63, 09 and CB. RGB value is (99,9,203). Sum of RGB (Red+Green+Blue) = 99+9+203=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #6309CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6309CB is #9CF634. Grayscale: #393939. Windows color (decimal): -10286645 or 13306211. OLE color: 13306211.

HSL color Cylindrical-coordinate representation of color #6309CB: hue angle of 267.84º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6309CB is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 9 203 -
CMYK 0.51 0.96 0 0.20
HSL 267.84º 0.92% 0.42% -
HSV(B) 267.84º 0.96% 0.8% -
XYZ 16.02 7.16 57.04 -
YUV 58.03 209.82 157.23 -
System Red Green Blue C M Y K H S L
Decimal 99 9 203 0.51 0.96 0 0.20 267.84 0.92 0.42
Hex 63 9 CB 33 60 0 14 10C 5C 2A
Octal 143 11 313 63 140 0 24 414 134 52
Binary 1100011 1001 11001011 110011 1100000 0 10100 100001100 1011100 101010

Color Harmonies of #6309CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6309CB

Black with #6309CB

Text Example


Text Example

White with #6309CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6309CB; }

 p { color: rgb(99,9,203); }

 H1.HeaderClassName
 {
   color: #6309CB;
 }
 .AnyTagClassName
 {
   color: #6309CB;
 }
</style>

background-color css

<style>
 a { background-color: #6309CB; }

 a { background-color: rgb(99,9,203); }

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

border-color css

<style>
 span { border-color: #6309CB; }

 span { border-color: rgb(99,9,203); }

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