Html Css Color HEX #6339CA Purple Heart

📋 copy color: '#6339CA'

red 99 ◦ green 57 ◦ blue 202

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

Shades of Purple Heart #6339CA

Tints of Purple Heart #6339CA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.92%

 BLUE value IS 202 (79.3% from 255) = 56.42%

R = 27.65%
G = 15.92%
B = 56.42%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6339CA (or 0x6339CA) is known color: Purple Heart. HEX triplet: 63, 39 and CA. RGB value is (99,57,202). Sum of RGB (Red+Green+Blue) = 99+57+202=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #6339CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6339CA is #9CC635. Grayscale: #555555. Windows color (decimal): -10274358 or 13252963. OLE color: 13252963.

HSL color Cylindrical-coordinate representation of color #6339CA: hue angle of 257.38º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6339CA is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 57 202 -
CMYK 0.51 0.72 0 0.21
HSL 257.38º 0.58% 0.51% -
HSV(B) 257.38º 0.72% 0.79% -
XYZ 17.27 9.84 56.87 -
YUV 86.09 193.41 137.21 -
System Red Green Blue C M Y K H S L
Decimal 99 57 202 0.51 0.72 0 0.21 257.38 0.58 0.51
Hex 63 39 CA 33 48 0 15 101 3A 33
Octal 143 71 312 63 110 0 25 401 72 63
Binary 1100011 111001 11001010 110011 1001000 0 10101 100000001 111010 110011

Color Harmonies of #6339CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6339CA

Black with #6339CA

Text Example


Text Example

White with #6339CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6339CA; }

 p { color: rgb(99,57,202); }

 H1.HeaderClassName
 {
   color: #6339CA;
 }
 .AnyTagClassName
 {
   color: #6339CA;
 }
</style>

background-color css

<style>
 a { background-color: #6339CA; }

 a { background-color: rgb(99,57,202); }

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

border-color css

<style>
 span { border-color: #6339CA; }

 span { border-color: rgb(99,57,202); }

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