Html Css Color HEX #6307CA Purple Heart

📋 copy color: '#6307CA'

red 99 ◦ green 7 ◦ blue 202

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

Shades of Purple Heart #6307CA

Tints of Purple Heart #6307CA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.27%

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

R = 32.14%
G = 2.27%
B = 65.58%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6307CA (or 0x6307CA) is known color: Purple Heart. HEX triplet: 63, 07 and CA. RGB value is (99,7,202). Sum of RGB (Red+Green+Blue) = 99+7+202=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 202 (79.30% from 255 or 65.58% from 308); Max value from RGB is 202 - color contains mainly: blue. Hex color #6307CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6307CA is #9CF835. Grayscale: #383838. Windows color (decimal): -10287158 or 13240163. OLE color: 13240163.

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

Color convert

RGB 99 7 202 -
CMYK 0.51 0.97 0 0.21
HSL 268.31º 0.93% 0.41% -
HSV(B) 268.31º 0.97% 0.79% -
XYZ 15.88 7.07 56.4 -
YUV 56.74 209.98 158.14 -
System Red Green Blue C M Y K H S L
Decimal 99 7 202 0.51 0.97 0 0.21 268.31 0.93 0.41
Hex 63 7 CA 33 61 0 15 10C 5D 29
Octal 143 7 312 63 141 0 25 414 135 51
Binary 1100011 111 11001010 110011 1100001 0 10101 100001100 1011101 101001

Color Harmonies of #6307CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6307CA

Black with #6307CA

Text Example


Text Example

White with #6307CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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