Html Css Color HEX #6309AF Purple Heart

📋 copy color: '#6309AF'

red 99 ◦ green 9 ◦ blue 175

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

Shades of Purple Heart #6309AF

Tints of Purple Heart #6309AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 61.84%

R = 34.98%
G = 3.18%
B = 61.84%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6309AF (or 0x6309AF) is known color: Purple Heart. HEX triplet: 63, 09 and AF. RGB value is (99,9,175). Sum of RGB (Red+Green+Blue) = 99+9+175=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #6309AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6309AF is #9CF650. Grayscale: #363636. Windows color (decimal): -10286673 or 11471203. OLE color: 11471203.

HSL color Cylindrical-coordinate representation of color #6309AF: hue angle of 272.53º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6309AF is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 99 9 175 -
CMYK 0.43 0.95 0 0.31
HSL 272.53º 0.9% 0.36% -
HSV(B) 272.53º 0.95% 0.69% -
XYZ 12.98 5.94 41.02 -
YUV 54.83 195.82 159.5 -
System Red Green Blue C M Y K H S L
Decimal 99 9 175 0.43 0.95 0 0.31 272.53 0.9 0.36
Hex 63 9 AF 2B 5F 0 1F 111 5A 24
Octal 143 11 257 53 137 0 37 421 132 44
Binary 1100011 1001 10101111 101011 1011111 0 11111 100010001 1011010 100100

Color Harmonies of #6309AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6309AF

Black with #6309AF

Text Example


Text Example

White with #6309AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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