Html Css Color HEX #6309CF Purple Heart

📋 copy color: '#6309CF'

red 99 ◦ green 9 ◦ blue 207

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

Shades of Purple Heart #6309CF

Tints of Purple Heart #6309CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.71%

R = 31.43%
G = 2.86%
B = 65.71%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6309CF (or 0x6309CF) is known color: Purple Heart. HEX triplet: 63, 09 and CF. RGB value is (99,9,207). Sum of RGB (Red+Green+Blue) = 99+9+207=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #6309CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6309CF is #9CF630. Grayscale: #393939. Windows color (decimal): -10286641 or 13568355. OLE color: 13568355.

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

Color convert

RGB 99 9 207 -
CMYK 0.52 0.96 0 0.19
HSL 267.27º 0.92% 0.42% -
HSV(B) 267.27º 0.96% 0.81% -
XYZ 16.51 7.35 59.58 -
YUV 58.48 211.82 156.9 -
System Red Green Blue C M Y K H S L
Decimal 99 9 207 0.52 0.96 0 0.19 267.27 0.92 0.42
Hex 63 9 CF 34 60 0 13 10B 5C 2A
Octal 143 11 317 64 140 0 23 413 134 52
Binary 1100011 1001 11001111 110100 1100000 0 10011 100001011 1011100 101010

Color Harmonies of #6309CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6309CF

Black with #6309CF

Text Example


Text Example

White with #6309CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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