Html Css Color HEX #6318CF Purple Heart

📋 copy color: '#6318CF'

red 99 ◦ green 24 ◦ blue 207

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

Shades of Purple Heart #6318CF

Tints of Purple Heart #6318CF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.27%

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

R = 30%
G = 7.27%
B = 62.73%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6318CF (or 0x6318CF) is known color: Purple Heart. HEX triplet: 63, 18 and CF. RGB value is (99,24,207). Sum of RGB (Red+Green+Blue) = 99+24+207=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #6318CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6318CF is #9CE730. Grayscale: #424242. Windows color (decimal): -10282801 or 13572195. OLE color: 13572195.

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

Color convert

RGB 99 24 207 -
CMYK 0.52 0.88 0 0.19
HSL 264.59º 0.79% 0.45% -
HSV(B) 264.59º 0.88% 0.81% -
XYZ 16.73 7.81 59.66 -
YUV 67.29 206.85 150.62 -
System Red Green Blue C M Y K H S L
Decimal 99 24 207 0.52 0.88 0 0.19 264.59 0.79 0.45
Hex 63 18 CF 34 58 0 13 109 4F 2D
Octal 143 30 317 64 130 0 23 411 117 55
Binary 1100011 11000 11001111 110100 1011000 0 10011 100001001 1001111 101101

Color Harmonies of #6318CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6318CF

Black with #6318CF

Text Example


Text Example

White with #6318CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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